/*产品优势*/
.ProductAdvantagesBox{
	background: url(../guit/advantage.png) no-repeat;
	background-size: cover;
}

.ProductAdvantages{
	height: 740px;
}

.ProductAdvantagesLeft{
	color: #fff;
}

.ProductAdvantagesLeft h3{
	font-size: 34px;
	font-weight: bold;
}

.ProductAdvantagesLeft h3:nth-child(2){
    color: rgb(223, 198, 146);
    margin-top: 10px;
}

.ProductAdvantagesLeft p{
	margin-top: 60px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    transition: all 1s ease 0s, opacity 1.5s ease 0s;
    opacity: 1;
}

.ProductAdvantagesLeft a{
	margin-top: 60px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    transition: all 1s ease 0s, opacity 1.5s ease 0s;
    opacity: 1;
    border: 1px solid #fff;
    padding: 10px 60px;
    font-size: 16px;
    display: inline-block;
}

.ProductAdvantagesLeft a:hover{
	color: #fff!important;
	border: 1px solid #265282;
	background: #265282;
}

.ProductAdvantagesRight{
	padding-left: 40px!important;
	box-sizing: border-box;
}

.ProductAdvantagesRightB{
	padding: 0 80px 60px 70px;
	box-sizing: border-box;
	margin-left:10px ;
	background: #fff;
	opacity: .9;
}

.ProductAdvantagesRight li{
	margin: 50px 1%;
}

.ProductAdvantagesRight li img{
	width: 70%;
	display: block;
	margin: 0 auto;
}

.ProductAdvantagesRight li div{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	color: #265282;
}

/*新闻*/
.index-information{
	background: #ddd;
}

.newsBox{
	margin-top: 60px;
}

.newsClassificationBox{
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.newsClassification{
	border: 1px solid #ddd;
	background: #fff;
	transition: transform .3s, -webkit-transform .3s;
}

.newsClassificationBox:hover .newsClassification{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.newsClassificationImg{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	margin: 40px auto;
	border: 1px solid #ddd;
}

.newsClassificationImg img{
	display: block;
	margin: 20px auto 0;
}

.newsClassificationImg p{
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
}

.NewsCenterUL,.IndustryNewsUL{
	height: 350px;
	padding: 0 25px;
	position: relative;
}

.NewsCenterLI{
	margin-top: 10px;
}

.NewsCenterLI:nth-child(1){
	margin-top: 0;
}

.NewsCenterH{
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.NewsCenterD{
	height: 50px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: none;
}

.NewsCenterLI:hover .NewsCenterD{
	display: block;
}

.NewsCenterA{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 26px;
	overflow: hidden;
}

.NewsCenterA img{
	max-width: 60px!important;
	width: 60px;
    height: 26px;
    margin-left: -30px;
    transition: all 0.5s;
}

.newsClassification:hover .NewsCenterAimg{
	margin-left: 0;
}

.IndustryNewsLI{
	margin-top: 50px;
}

.IndustryNewsLI:nth-child(1){
	margin-top: 0;
}

.IndustryNewsImg{
	width: 22%;
}

.IndustryNewsCnBOX{
	width: 70%;
	padding-left: 10%;
	box-sizing: border-box;
}

.IndustryNewsH{
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.IndustryNewsD{
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.videoImag{
	width: 100%;
	height: 136px;
	display: block;
	margin: 16px auto 0;
	opacity: .85;
}

/*公司介绍*/
.aboutUsH{
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin: 80px 0 20px;
}

.aboutUsTitle{
	font-size: 30px;
	text-align: center;
	margin: 10px 0;
}

.aboutUsP{
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
}

.aboutUsLR{
	margin: 60px 0;
	overflow: hidden;
}

.aboutUsLeft{
	padding-right: 50px!important;
	box-sizing: border-box;
}

.aboutUsLeftS{
	width: 100%;
	font-size: 30px;
}

.aboutUsLeftH{
	width: 100%;
	font-size: 20px;
}

.aboutUsLeftSN{
	margin-top: 60px;
    color: #3C3D3C;
    font-size: 14px;
    line-height: 32px;
}

.aboutUsLeftA{
	text-decoration: none !important;
    color: #265282;
    border: 1px solid #265282;
    padding: 10px 60px;
    font-size: 16px;
    display: inline-block;
    margin-top: 60px;
}

.aboutUsLeftA:hover{
	color: #fff!important;
	background: #265282;
}

.aboutUsRight{
	padding: 20px 0;
	box-sizing: border-box;
}

.aboutUsBottomBox{
	margin-bottom: 60px;
	overflow: hidden;
}

.aboutUsBottom{
	margin-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.aboutUsBottom:nth-child(1){
	margin-left: 0;
}

.aboutUsBCon{
	width: 100%;
	height: 220px;
}

.aboutUsBottom img{
	width: 100%;
	display: block;
}

.aboutUsBottom:hover.aboutUsBottom img{
	transition: all 0.5s;
	transform: scale(1.05);
}

.aboutUsBottomB{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

@media (max-width: 767px){
    .product-content .hd li .product-name {
        padding: 0 40px;
        display: block;
        height: 100%;
    }
}

@media only screen and (max-width: 769px){
    .c_index_pd li {
        margin-right: 0!important;
        height: 7rem!important;
    }
}

@media only screen and (max-width:767px){
    .c_index_pd{
        margin-top: 0;
    }
}

@media only screen and (max-width:767px){
    .ProductAdvantagesRight{
        padding-left: 0!important;
    }
}

@media only screen and (max-width:767px){
    .ProductAdvantagesRightB{
        padding: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width:767px){
    .ProductAdvantages{
        height: 11rem;
    }
}

@media only screen and (max-width:767px){
    .ProductAdvantagesRight li{
        margin: 3% 0;   
    }
}

@media only screen and (max-width:767px){
    .aboutUsLeft{
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}

@media only screen and (max-width:767px){
    .aboutUsLR {
        margin: 20px 0;
    }
}

@media only screen and (max-width:767px){
    .aboutUsLeftSN {
        margin-top: 10px; 
        color: #3C3D3C;
        font-size: 12px;
        line-height: 26px;
    }
}

@media only screen and (max-width:767px){
    .aboutUsLeftA {
        width: 8rem;
        display: block;
        margin: 15px auto 0;
        font-size: .5rem;
    }
}

@media only screen and (max-width:767px){
    .aboutUsBottom {
        margin-left: 2.5px;
        margin-right: 2.5px;
        box-sizing: border-box;
        overflow: hidden;
    }
}


/*设计师*/
.medalTeamBox{
	margin: 60px 0;
	overflow: hidden;
}

.medalTeamLi,.medalTeamTB{
	height: 200px;
	margin-top: 10px;
	padding-left: .5%!important;
	padding-right: .5%!important;
	position: relative;
	overflow: hidden;
}

.medalTeamLi img{
	width: 100%;
	height: 100%;
	
}

.medalTeamName{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 94%;
    background-color: rgba(255, 255, 255, .9);
    transition: all 0.5s;
}

.medalTeamLi:hover .medalTeamName{
	bottom: 0;
}

.medalTeamTB img{
	width: 100%;
	height: 100%;
}

.medalTeamTBtext{
	width: 100%;
	height: 100%;
	padding: 0 1.5%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
    background-color: rgba(255, 255, 255, .7);
}

.medalTeamTBtitle{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

.medalTeamTBmore{
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
    color: #333;
    border: 1px solid #333;
    font-size: 16px;
    display: block;
    margin: 25px auto 0;
}

.medalTeamTBmore:hover{
    background: #265282;
    color: #fff;
    border: 1px solid #265282;
}

/*案例*/

.designSketchBox{
    margin-top: 60px;
}

.designSketchOne{
    height: 460px;
    position: relative;
}

.designSketchOne img{
    width: 100%;
    height: 100%;
    display: block;
}

.designSketchOneText{
    background: #fff;
    opacity: .9;
    padding: 60px 15px;
    position: absolute;
    top: 110px;
    left: 0;
}

.designSketchOneText h3{
    margin-bottom: 20px;
    font-size: 26px;
}

.designSketchOneText h4{
    color: #D9BD8D;
    margin-bottom: 20px;
    font-size: 20px;
}

.designSketchOneText p{
    color: #B0B1B1;
    font-size: 14px;
}

.designSketchTop{
    height: 185px;
}

.designSketchTop div,.designSketchMiddle div,.designSketchBottom div{
    height: 100%;
    padding-left: .5%!important;
    padding-right: .5%!important;
    box-sizing: border-box;
    overflow: hidden;
}

.designSketchTop img,.designSketchMiddle img,.designSketchBottom img{
    width: 100%;
    min-height: 100%;
}

.designSketchTop p,.designSketchBottom p,.designSketchMiddle p{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(38, 82, 130, .9);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.designSketchMiddle{
    height: 255px;
    margin-top: 15px;
}

.designSketchBottom{
    height: 185px;
    margin-top: 15px;
    margin-bottom: 60px;
}

.designSketchBottom div:nth-child(1){
    padding-left: 0!important;
    padding-right: 0!important;
}

.designSketchBottom div:nth-child(1) p{
    width: 100%;
    left: 0;
}

.designSketchTop img:hover,.designSketchMiddle img:hover,.designSketchBottom img:hover{
    transition: all 0.5s;
	transform: scale(1.05);
}

.designSketchBottomS{
    width: 105px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

.designSketchBottomMore{
    width: 121px;
    display: block;
    margin: 10px auto 0;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #B59853;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

@media only screen and (max-width:767px){
    .designSketchOneText{
        width: 184px;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}


